ModuleOptions: ModuleDetails & {
    attributes?: MetadataAttribute[];
}

All ModuleMetadata fields without $schema a with:

  • attributes defaults to an empty array

Type declaration

  • Optional attributes?: MetadataAttribute[]

    An arbitrary bag of attributes you wish to add to the metadata.