Type Alias WSCustomMessageOrderByWithRelationInput

WSCustomMessageOrderByWithRelationInput: {
    buttons?: WSMessageButtonOrderByRelationAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    embed?: WSMessageEmbedOrderByWithRelationInput;
    showInviteButton?: SortOrderInput | Prisma.SortOrder;
    showWatchButton?: SortOrderInput | Prisma.SortOrder;
    type?: Prisma.SortOrder;
    webhook?: WSMessageWebhookOrderByWithRelationInput;
    whatnotStreamer?: WhatnotStreamerOrderByWithRelationInput;
    whatnotStreamerId?: Prisma.SortOrder;
}