Interface ISchemaRegistryConfig

interface ISchemaRegistryConfig {
    baseURL: string;
    headers: Record<string, string>;
    name: string;
}

Hierarchy (view full)

Properties

Properties

baseURL: string
headers: Record<string, string>
name: string