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

添字可能

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

プロパティ

doNotShowAgain?
boolean