Type Alias $KSGiftedSubRolePayload<ExtArgs>

$KSGiftedSubRolePayload<ExtArgs>: {
    composites: {};
    name: "KSGiftedSubRole";
    objects: {
        kickStreamer: $KickStreamerPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        dbId: string;
        giftedSubs: number;
        kickStreamerId: string;
        roleId: string;
    }, ExtArgs["result"]["kSGiftedSubRole"]>;
}

Type Parameters