/** Termination request for a Savings Plan */
export interface Terminate {
    /** Date of the Savings Plan's termination */
    terminationDate?: string;
}
//# sourceMappingURL=Terminate.d.ts.map