satupeta-main/shared/types/attribute-kugi.ts

9 lines
133 B
TypeScript
Raw Normal View History

2026-01-27 02:31:12 +00:00
export type AttributeKugi = {
id: number;
mapset_id: number;
key: string;
value: string;
cuid: number;
cdate: string;
};