Type Alias RSMessageButtonOrderByWithRelationInput

RSMessageButtonOrderByWithRelationInput: {
    dbId?: SortOrder;
    emojiUnicodeOrId?: SortOrderInput | SortOrder;
    rsCustomMessage?: RSCustomMessageOrderByWithRelationInput;
    rsCustomMessageId?: SortOrder;
    title?: SortOrder;
    url?: SortOrderInput | SortOrder;
}