4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
import { Schema } from '../schema';
|
|
declare var schema: Schema;
|
|
export = schema;
|