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

7 lines
87 B
TypeScript

export interface Counter {
collection: 'counter';
key: string;
value: number;
}