export interface WriteLargePropertyParameters {
    append: boolean;
    contentType?: string;
    encodedData: string;
    type: string;
}
