Type Alias TTSMessageButtonOrderByWithRelationInput

TTSMessageButtonOrderByWithRelationInput: {
    dbId?: SortOrder;
    emojiUnicodeOrId?: SortOrderInput | SortOrder;
    title?: SortOrder;
    ttsCustomMessage?: TTSCustomMessageOrderByWithRelationInput;
    ttsCustomMessageId?: SortOrder;
    url?: SortOrderInput | SortOrder;
}