Type Alias: EntryOfStore<SchemaStoreValue>
EntryOfStore<
SchemaStoreValue
>:SchemaStoreValue
extendsSchemaStore
<infer Schemas> ?{ [K in keyof Schemas]: readonly [K & number, Schemas[K]] }
[keyofSchemas
] :never
Type Parameters
Type Parameter |
---|
SchemaStoreValue extends object |