Type alias ModuleMetadataJSON

ModuleMetadataJSON: ModuleMetadata & {
    name: string;
}

Generated using TypeDoc