satupeta-main/shared/types/attribute-kugi.ts
2026-02-23 12:21:05 +07:00

9 lines
133 B
TypeScript
Executable File

export type AttributeKugi = {
id: number;
mapset_id: number;
key: string;
value: string;
cuid: number;
cdate: string;
};