Type Alias WSCustomMessageOmit<ExtArgs>

WSCustomMessageOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "type"
    | "content"
    | "showInviteButton"
    | "showWatchButton"
    | "whatnotStreamerId", ExtArgs["result"]["wSCustomMessage"]>

Type Parameters