interface AccountRevision {
    hasComment: boolean;
    validation: { VCOL: string; VRM: string; VSUP: string };
}

Properties

hasComment: boolean
validation: { VCOL: string; VRM: string; VSUP: string }