import { ObjSpaceId } from 'scrivito_sdk/client';

export interface BinaryRetrievalOptions {
  accessVia: ObjSpaceId;
}
