export interface IPackageActionRequest {
    note1?: string;
    note2?: string;
    note3?: string;
    note4?: string;
    note5?: string;
    note6?: string;
    note7?: string;
    note8?: string;
    ewfromdate?: string;
    ewfromtime?: string;
    ewtodate?: string;
    ewtotime?: string;
    validateComponents?: string;
    backout?: string;
    status?: string;
    olderthan?: number;
    olderThan?: number;
    statement?: number;
    element?: string;
    jobcard?: string;
    fromDSN?: string;
    fromMember?: string;
    toCA7?: string;
    toDDName?: string;
    multStreams?: string;
    incrJobName?: string;
    jclProc?: string;
    CA7depJob?: string;
    [key: string]: string | number | undefined;
}
