Type Alias CSCustomMessageOmit<ExtArgs>

CSCustomMessageOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "type"
    | "content"
    | "showInviteButton"
    | "showWatchButton"
    | "clubStreamerId", ExtArgs["result"]["cSCustomMessage"]>

Type Parameters