Type alias AssetPushMethod

AssetPushMethod: ((updatedAsset?) => Promise<AssetType>)

Type declaration

    • (updatedAsset?): Promise<AssetType>
    • Parameters

      • Optional updatedAsset: Partial<AssetPayloadType & {
            newFile: File;
        }>

      Returns Promise<AssetType>

Generated using TypeDoc