⚠️ Internal: This API is not publically exported by the package.

Type alias GeoAddCommandOptions

GeoAddCommandOptions: {
    nx?: boolean;
    xx?: never;
} | {
    nx?: never;
    xx?: boolean;
} & {
    ch?: boolean;
}

Type declaration

  • Optional nx?: boolean
  • Optional xx?: never