9 lines
133 B
TypeScript
9 lines
133 B
TypeScript
export type AttributeKugi = {
|
|
id: number;
|
|
mapset_id: number;
|
|
key: string;
|
|
value: string;
|
|
cuid: number;
|
|
cdate: string;
|
|
};
|