Type Alias $GuildRolePanelRolePayload<ExtArgs>

$GuildRolePanelRolePayload<ExtArgs>: {
    composites: {};
    name: "GuildRolePanelRole";
    objects: {
        guildRolePanel: $GuildRolePanelPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        blacklistRoleIds: string[];
        dbId: string;
        emojiUnicodeOrId: string | null;
        guildRolePanelId: string;
        label: string | null;
        requiredRoleIds: string[];
        roleId: string;
        style: number | null;
        temporaryMinutes: number | null;
    }, ExtArgs["result"]["guildRolePanelRole"]>;
}

Type Parameters