Table

enum Table

table.enum.ts
export enum Table {
  Profiles = 'profiles',
}

Last updated

Was this helpful?