UNPKG

@allgemein/schema-api

Version:
14 lines (13 loc) 240 B
/** * Interface for naming */ export interface INamedOptions { /** * Defined name for this entry */ name?: string; /** * Set internal name for this entry for external source */ internalName?: string; }