DisBot
    Preparing search index...

    Type Alias $TempVoicesPayload<ExtArgs>

    type $TempVoicesPayload<ExtArgs extends InternalArgs = DefaultArgs> = {
        composites: {};
        name: "TempVoices";
        objects: {
            Guilds: $GuildsPayload<ExtArgs>;
            TempVoiceChannels: $TempVoiceChannelsPayload<ExtArgs>[];
        };
        scalars: GetPayloadResult<
            {
                GuildId: string;
                Id: number;
                JointoCreateCategory: string;
                JointoCreateChannel: string;
                Manage: boolean;
                Name: string
                | null;
                PresetLimit: number | null;
                UUID: string;
            },
            ExtArgs["result"]["tempVoices"],
        >;
    }

    Type Parameters

    Index

    Properties

    composites: {}
    name: "TempVoices"
    objects: {
        Guilds: $GuildsPayload<ExtArgs>;
        TempVoiceChannels: $TempVoiceChannelsPayload<ExtArgs>[];
    }
    scalars: GetPayloadResult<
        {
            GuildId: string;
            Id: number;
            JointoCreateCategory: string;
            JointoCreateChannel: string;
            Manage: boolean;
            Name: string
            | null;
            PresetLimit: number | null;
            UUID: string;
        },
        ExtArgs["result"]["tempVoices"],
    >