6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
export interface shop_data {
|
|
collection: "shop_data";
|
|
|
|
shop_name: string;
|
|
}
|