interface HuriOptions {
    archivistUri?: string;
    token?: string;
}

Properties

archivistUri?: string
token?: string