interface JoinOpts {
    limit: number;
    select: string[];
}

Properties

Properties

limit: number
select: string[]

Generated using TypeDoc