Files
asphyxia_plugins/models/param.ts
T
2024-07-05 14:26:10 +08:00

7 lines
99 B
TypeScript

export interface Param {
collection: 'param';
type: number;
id: number;
param: number[];
}