Skip to main content
Version: v1

ReadAndParseBlob TypeAlias

Reads a blob from storage and parses it from JSON.

Signature

export declare type ReadAndParseBlob = <T>(id: string) => Promise<T>;