/** * Representation of the 'CollectionCreatedResponse' schema. */ export type CollectionCreatedResponse = { collectionURL: string; status: string; } & Record; //# sourceMappingURL=collection-created-response.d.ts.map