Type alias StrictRename<Schema>

StrictRename<Schema>: {
    [K in keyof ToDotNotation<Schema>]?: string
}

Strongly types the rename operation (inc. dot notation schema).

Type Parameters