Type Alias TSCustomMessageOrderByWithRelationInput

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