Type Alias GuildStickyMessageButtonOrderByWithRelationInput

GuildStickyMessageButtonOrderByWithRelationInput: {
    dbId?: SortOrder;
    emojiUnicodeOrId?: SortOrderInput | SortOrder;
    guildStickyMessage?: GuildStickyMessageOrderByWithRelationInput;
    guildStickyMessageId?: SortOrder;
    title?: SortOrder;
    url?: SortOrderInput | SortOrder;
}