interface IFindClientOpts {
    by?: FindByClientKind | FindByClientKind[];
}

Properties

Properties