interface Model {
    qids: Set<string>;
    [prop: string]: unknown;
}

Indexable

[prop: string]: unknown

Properties

Properties

qids: Set<string>