Type alias StrictUnset<Schema>

StrictUnset<Schema>: {
    [K in keyof ToDotNotation<Schema>]?: "" | true | 1
}

Very strongly types the unset operation (inc. dot notation schema).

Type Parameters