UNPKG

@allgemein/schema-api

Version:
15 lines (14 loc) 299 B
export interface IUnserializeOptions { /** * Name of serializer */ serializer?: string; /** * Namespace of the registry */ namespace?: string; /** * Return found entity refs or class refs. */ return?: 'entity-refs' | 'class-refs' | 'default'; }