Collection.ts 96 B

123456
  1. export type Collection = {
  2. id: string;
  3. updatedAt: string;
  4. name: string;
  5. url: string;
  6. };