DtoIconCfg.ts 66 B

123456
  1. export type DtoIconCfg = {
  2. id: number,
  3. icon: string
  4. }[]