XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable pickByPrefixConst

    pickByPrefix: <T extends EmptyObject, P extends string>(
        payload: T,
        prefix: P,
        maxDepth?: number,
    ) => DeepPickStartsWith<T, P>

    Type declaration