DtoIconData.ts 65 B

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