Type Alias CSCustomMessageOrderByWithRelationInput

CSCustomMessageOrderByWithRelationInput: {
    buttons?: CSMessageButtonOrderByRelationAggregateInput;
    clubStreamer?: ClubStreamerOrderByWithRelationInput;
    clubStreamerId?: Prisma.SortOrder;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    embed?: CSMessageEmbedOrderByWithRelationInput;
    showInviteButton?: SortOrderInput | Prisma.SortOrder;
    showWatchButton?: SortOrderInput | Prisma.SortOrder;
    type?: Prisma.SortOrder;
    webhook?: CSMessageWebhookOrderByWithRelationInput;
}