UNPKG

@squarecloud/blob

Version:
8 lines (5 loc) 233 B
import { CreateObjectResponse } from '../../types/create.mjs'; import 'zod'; import '../schemas/create.mjs'; declare function assertCreateObjectResponse(value: unknown): CreateObjectResponse; export { assertCreateObjectResponse };