Type Alias GuildCustomMessageOrderByWithRelationInput

GuildCustomMessageOrderByWithRelationInput: {
    buttons?: GuildMessageButtonOrderByRelationAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    embed?: GuildMessageEmbedOrderByWithRelationInput;
    guild?: GuildOrderByWithRelationInput;
    guildId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
    webhook?: GuildMessageWebhookOrderByWithRelationInput;
}