Type Alias TSMessageButtonOrderByWithRelationInput

TSMessageButtonOrderByWithRelationInput: {
    dbId?: SortOrder;
    emojiUnicodeOrId?: SortOrderInput | SortOrder;
    title?: SortOrder;
    tsCustomMessage?: TSCustomMessageOrderByWithRelationInput;
    tsCustomMessageId?: SortOrder;
    url?: SortOrderInput | SortOrder;
}