Type alias SDConfigInput

SDConfigInput: {
    config: string;
    default?: boolean | null;
    description?: string | null;
    functions: string;
    name: string;
    themeOptions?: string | null;
}

Type declaration

  • config: string
  • Optional default?: boolean | null
  • Optional description?: string | null
  • functions: string
  • name: string
  • Optional themeOptions?: string | null

Generated using TypeDoc