1
0
iidx-plugin/models/shop_data.ts
2022-02-19 17:36:39 -05:00

6 lines
80 B
TypeScript

export interface shop_data {
collection: "shop_data";
shop_name: string;
}