interface MinilinksQueryOptions<A> {
    aggregate?: A;
}

Type Parameters

Properties

Properties

aggregate?: A

Generated using TypeDoc