Type Alias $KickClipperPayload<ExtArgs>

$KickClipperPayload<ExtArgs>: {
    composites: {};
    name: "KickClipper";
    objects: {};
    scalars: GetPayloadResult<{
        blacklistedStreamerNames: string[];
        clipChannelId: string | null;
        clipEnabled: boolean | null;
        clipPingRoleId: string | null;
        clipperUserName: string;
        dbId: string;
        guildId: string;
        showNotifyButton: boolean | null;
        webhookAvatarUrl: string | null;
        webhookEnabled: boolean | null;
        webhookUsername: string | null;
        whitelistedStreamerNames: string[];
    }, ExtArgs["result"]["kickClipper"]>;
}

Type Parameters