DisBot
    Preparing search index...

    Type Alias BuildInCommandsMinAggregateOutputType

    type BuildInCommandsMinAggregateOutputType = {
        CodeName: string | null;
        CustomName: string | null;
        Description: string | null;
        GuildCommandMangerId: string | null;
        Id: number | null;
        IsEnabled: boolean | null;
        Permissions: string | null;
        UUID: string | null;
    }
    Index

    Properties

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