interface AbortEnrollmentOptions {
    doNotShowAgain?: boolean;
    [key: string]:
        | string
        | number
        | boolean
        | undefined;
}

Indexable

  • [key: string]:
        | string
        | number
        | boolean
        | undefined

Properties

Properties

doNotShowAgain?: boolean