# StoreAssetFn

**Kind:** Type

**Source:** [`atloria-monorepo/libs/pme-core/src/tools/store-asset.tool.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/tools/store-asset.tool.ts#L14)

Storage function signature — matches AzureBlobService.upload() shape.

## Definition

```ts
(
  content: string | Buffer,
  path: string,
  contentType: string
) => Promise<{ url: string }>
```
