globalTypes.ts 556 B

1234567891011121314151617
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. // @generated
  4. // This file was automatically generated and should not be edited.
  5. //==============================================================
  6. // START Enums and Input Objects
  7. //==============================================================
  8. export enum VideoOrderByInput {
  9. createdAt_ASC = "createdAt_ASC",
  10. createdAt_DESC = "createdAt_DESC",
  11. }
  12. //==============================================================
  13. // END Enums and Input Objects
  14. //==============================================================