Type Alias KSCustomMessageOrderByWithRelationInput

KSCustomMessageOrderByWithRelationInput: {
    buttons?: KSMessageButtonOrderByRelationAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    embed?: KSMessageEmbedOrderByWithRelationInput;
    kickStreamer?: KickStreamerOrderByWithRelationInput;
    kickStreamerId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
    webhook?: KSMessageWebhookOrderByWithRelationInput;
}