plugins/sdvx@asphyxia/models/param.ts
2020-05-28 20:46:34 +01:00

7 lines
99 B
TypeScript

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