Type Alias $GuildDisableBrandingPayload<ExtArgs>

$GuildDisableBrandingPayload<ExtArgs>: {
    composites: {};
    name: "GuildDisableBranding";
    objects: {
        guild: $GuildPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        birthday: boolean | null;
        clips: boolean | null;
        dbId: string;
        giveaways: boolean | null;
        guildId: string;
        leaderboard: boolean | null;
        linkedRoles: boolean | null;
        notifications: boolean | null;
        starboard: boolean | null;
        stickyMessage: boolean | null;
        vods: boolean | null;
        watchOnButton: boolean | null;
        welcomeLeave: boolean | null;
    }, ExtArgs["result"]["guildDisableBranding"]>;
}

Type Parameters