Type Alias $GuildFixUrlPayload<ExtArgs>

$GuildFixUrlPayload<ExtArgs>: {
    composites: {};
    name: "GuildFixUrl";
    objects: {
        customRules: $GuildFixUrlRulePayload<ExtArgs>[];
    };
    scalars: GetPayloadResult<{
        blacklistedChannels: string[];
        dbId: string;
        enabled: boolean;
        guildId: string;
        webhookEnabled: boolean;
        webhookId: string | null;
        webhookToken: string | null;
    }, ExtArgs["result"]["guildFixUrl"]>;
}

Type Parameters