crusader 40c1e99411 ing
2018-03-06 14:57:09 +09:00

9 lines
145 B
TypeScript

import { Infra } from './Infra';
export interface InfraMachine extends Infra {
// id?: number;
meta?: string;
createDate?: Date;
}