DisBot
    Preparing search index...

    Type Alias TempVoicesCreateManyGuildsInput

    type TempVoicesCreateManyGuildsInput = {
        Id?: number;
        JointoCreateCategory: string;
        JointoCreateChannel: string;
        Manage: boolean;
        Name?: string | null;
        PresetLimit?: number | null;
        UUID: string;
    }
    Index

    Properties

    Id?: number
    JointoCreateCategory: string
    JointoCreateChannel: string
    Manage: boolean
    Name?: string | null
    PresetLimit?: number | null
    UUID: string