Skip to main content
Example
export interface AbortEnrollmentOptions {
  doNotShowAgain?: boolean;
  [key: string]: string | number | boolean | undefined;
}

Indexable

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

Properties

doNotShowAgain?
boolean