Type Alias GuildCustomMessageOrderByWithRelationInput

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