Interface assetStruct

interface assetStruct {
    file_data_id: number;
    key: string;
    value: string;
}

Properties

file_data_id: number
key: string
value: string