export interface ReadLargePropertyParameters {
    recordId?: string;
    maxBytes: number;
    sequence: number;
    type: string;
}
