DisBot
    Preparing search index...

    Type Alias BuildInCommandsGroupByOutputType

    type BuildInCommandsGroupByOutputType = {
        _avg: BuildInCommandsAvgAggregateOutputType | null;
        _count: BuildInCommandsCountAggregateOutputType | null;
        _max: BuildInCommandsMaxAggregateOutputType | null;
        _min: BuildInCommandsMinAggregateOutputType | null;
        _sum: BuildInCommandsSumAggregateOutputType | null;
        CodeName: string;
        CustomName: string;
        Description: string | null;
        GuildCommandMangerId: string;
        Id: number;
        IsEnabled: boolean | null;
        Permissions: string | null;
        UUID: string;
    }
    Index

    Properties

    CodeName: string
    CustomName: string
    Description: string | null
    GuildCommandMangerId: string
    Id: number
    IsEnabled: boolean | null
    Permissions: string | null
    UUID: string