Type Alias KSMessageButtonOrderByWithRelationInput

KSMessageButtonOrderByWithRelationInput: {
    dbId?: SortOrder;
    emojiUnicodeOrId?: SortOrderInput | SortOrder;
    ksCustomMessage?: KSCustomMessageOrderByWithRelationInput;
    ksCustomMessageId?: SortOrder;
    title?: SortOrder;
    url?: SortOrderInput | SortOrder;
}