interface Options {
    id: string;
    schema?: Schema;
    State: StateType;
}

Properties

Properties

id: string
schema?: Schema
State: StateType