MappedData: {
    [key: string]: string;
}

Data in key-value pair format

Type declaration

  • [key: string]: string

    Key-value pair. The key should be a string of max length 64. The value should also be a string of max length 256.