interface IIndexRequestFilter {
    indexId?: string;
    publisher?: string;
    token?: string;
}

Properties

indexId?: string
publisher?: string
token?: string

Generated using TypeDoc