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

Properties

[`key`: `string`]
"string" | "number" | "boolean" | "undefined"
Additional custom fields prefixed with ulp- (for example, 'ulp-custom-field').