ReadAndParseBlob TypeAlias
Reads a blob from storage and parses it from JSON.
Signature
export declare type ReadAndParseBlob = <T>(id: string) => Promise<T>;
Reads a blob from storage and parses it from JSON.
export declare type ReadAndParseBlob = <T>(id: string) => Promise<T>;