Closed heivo closed 1 year ago
Given the following schema the field with the name "at" is not recognized and causes a type error when used:
interface Schema { nested: { at: string; ax: string; }; }
probably because this excludes Array.prototype functions
fixed in https://github.com/heivo/cosmonaut/commit/e0a5cb05bd607bfc4255ff90b3e75790417e73c7
Given the following schema the field with the name "at" is not recognized and causes a type error when used: