export interface Rotation {
    documentId: string;
    rotationAngle: number;
}
//# sourceMappingURL=rotation.model.d.ts.map