Type alias LayerImplementationOptions

LayerImplementationOptions: {
    headers?: Record<string, string>;
    name: string;
    url: string;
}

Type declaration

  • Optional headers?: Record<string, string>
  • name: string
  • url: string

Generated using TypeDoc