DisBot
    Preparing search index...

    Type Alias GuildLogsSelectScalar

    type GuildLogsSelectScalar = {
        GuildId?: boolean;
        Id?: boolean;
        LogJSON?: boolean;
        LogMessage?: boolean;
        Notes?: boolean;
        UUID?: boolean;
    }
    Index

    Properties

    GuildId?: boolean
    Id?: boolean
    LogJSON?: boolean
    LogMessage?: boolean
    Notes?: boolean
    UUID?: boolean