Type Alias GuildCustomSingleMessageOrderByWithRelationInput

GuildCustomSingleMessageOrderByWithRelationInput: {
    dbId?: SortOrder;
    guild?: GuildOrderByWithRelationInput;
    guildId?: SortOrder;
    message?: SortOrderInput | SortOrder;
    type?: SortOrder;
    webhook?: GuildSingleMessageWebhookOrderByWithRelationInput;
}