Type Alias YTSCustomMessageOrderByWithRelationInput

YTSCustomMessageOrderByWithRelationInput: {
    buttons?: YTSMessageButtonOrderByRelationAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    embed?: YTSMessageEmbedOrderByWithRelationInput;
    type?: Prisma.SortOrder;
    webhook?: YTSMessageWebhookOrderByWithRelationInput;
    youtubeStreamer?: YoutubeStreamerOrderByWithRelationInput;
    youtubeStreamerId?: Prisma.SortOrder;
}