4 lines
46 B
TypeScript
4 lines
46 B
TypeScript
export type Collection = {
|
|
name: string;
|
|
};
|
export type Collection = {
|
|
name: string;
|
|
};
|