227 B
227 B
sidebar_label |
---|
UnionLocatorOf |
UnionLocatorOf type
Signature:
export type UnionLocatorOf<T> = T extends Array<Locator<infer S>> ? S : never;
References: Locator