Kind: Type
Source: atloria-monorepo/libs/pme-core/src/tools/store-asset.tool.ts
Storage function signature — matches AzureBlobService.upload() shape.
Definition
ts(
content: string | Buffer,
path: string,
contentType: string
) => Promise<{ url: string }>
Was this page helpful?