Type Alias TSCustomMessageOrderByWithRelationInput

TSCustomMessageOrderByWithRelationInput: {
    buttons?: TSMessageButtonOrderByRelationAggregateInput;
    content?: SortOrderInput | SortOrder;
    dbId?: SortOrder;
    embed?: TSMessageEmbedOrderByWithRelationInput;
    twitchStreamer?: TwitchStreamerOrderByWithRelationInput;
    twitchStreamerId?: SortOrder;
    type?: SortOrder;
    webhook?: TSMessageWebhookOrderByWithRelationInput;
}