Type Alias CFCustomMessageOrderByWithRelationInput

CFCustomMessageOrderByWithRelationInput: {
    buttons?: CFMessageButtonOrderByRelationAggregateInput;
    clipForward?: GuildClipForwardOrderByWithRelationInput;
    clipForwardId?: Prisma.SortOrder;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    embed?: CFMessageEmbedOrderByWithRelationInput;
    showInviteButton?: SortOrderInput | Prisma.SortOrder;
    showWatchButton?: SortOrderInput | Prisma.SortOrder;
    type?: Prisma.SortOrder;
    webhook?: CFMessageWebhookOrderByWithRelationInput;
}