Interface PatchSchemaOption

interface PatchSchemaOption {
    readOnly?: boolean;
    writeOnly?: boolean;
}

Properties

readOnly?: boolean
writeOnly?: boolean