export type ExpiryNotification = {
    /**
     * Indicates if the object needs to have expiry notification enabled.
     */
    enableNotification?: boolean;
};
