interface LitEndpoint {
    path: string;
    version: string;
}

Properties

Properties

path: string
version: string