interface CreateOptions {
    validate?: boolean;
}

Properties

Properties

validate?: boolean