Type Alias LayerImplementationOptions

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