interface AssetRequest {
    metadata: undefined | string[];
    path: string;
}

Properties

Properties

metadata: undefined | string[]
path: string