plugins/sdvx@asphyxia/models/mix.ts
2020-06-01 03:43:16 +01:00

12 lines
162 B
TypeScript

export interface Mix {
collection: 'mix';
id: number;
code: string;
name: string;
creator: string;
param: string;
jacket: number;
tag: number;
}