Interface ISchemaControl

Schema control interface.

interface ISchemaControl {
    readSchema(...args: any[]): any;
    writeSchema(...args: any[]): any;
}

Implemented by

Methods

  • Gets the schema.

    Parameters

    • Rest...args: any[]

    Returns any

  • Export the schema.

    Parameters

    • Rest...args: any[]

    Returns any