interface LlamafileEntry {
    name: string;
    port: number;
    uri: string;
}

Properties

Properties

name: string
port: number
uri: string