DocumentationSapphire Utilities@sapphire/string-storeType AliasesEntryOfSchemaOn this pageType Alias: EntryOfSchema<SchemaValue> EntryOfSchema<SchemaValue>: SchemaValue extends Schema<infer _, infer Type> ? { [K in keyof Type]: readonly [K, Type[K]] }[keyof Type] : never Type Parameters Type ParameterSchemaValue extends object Defined in schema/Schema.ts:494