Type Alias TWSCustomMessageOrderByWithRelationInput

TWSCustomMessageOrderByWithRelationInput: {
    buttons?: TWSMessageButtonOrderByRelationAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    embed?: TWSMessageEmbedOrderByWithRelationInput;
    showInviteButton?: SortOrderInput | Prisma.SortOrder;
    showWatchButton?: SortOrderInput | Prisma.SortOrder;
    twitterStreamer?: TwitterStreamerOrderByWithRelationInput;
    twitterStreamerId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
    webhook?: TWSMessageWebhookOrderByWithRelationInput;
}