Type alias IMetadataProperties

IMetadataProperties: {
    [key: string]: {
        description?: IMultiLangLabel;
        title: IMultiLangLabel;
    };
}

Type declaration