export interface CustomMetadata {
    [key: string]: any;
}
