Type Alias GuildStickyEmbedFieldOrderByWithRelationInput

GuildStickyEmbedFieldOrderByWithRelationInput: {
    dbId?: SortOrder;
    guildStickyMessageEmbed?: GuildStickyMessageEmbedOrderByWithRelationInput;
    guildStickyMessageEmbedId?: SortOrder;
    inline?: SortOrderInput | SortOrder;
    name?: SortOrder;
    value?: SortOrderInput | SortOrder;
}