Home > @rushstack/node-core-library > IJsonSchemaCustomFormat > type
IJsonSchemaCustomFormat.type property
The base JSON type.
Signature:
type: T extends string ? 'string' : T extends number ? 'number' : never;
Home > @rushstack/node-core-library > IJsonSchemaCustomFormat > type
The base JSON type.
Signature:
type: T extends string ? 'string' : T extends number ? 'number' : never;