UNPKG

di-wings

Version:

Aviary Tech's common library for decentralized identity

7 lines 243 B
import type { Presentation } from '../vcs/v2/models/presentation'; type SchemaType = { [K in keyof Presentation]: any; }; export declare function createPresentationSchema(): SchemaType; export {}; //# sourceMappingURL=schema-utils.d.ts.map