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

    Variable asHashLeaseWithSourcesConst

    asHashLeaseWithSources: {
        <TType extends WithSources<HashLease>>(
            value: AnyNonPromise,
            config?: TypeCheckConfig,
        ): undefined | TType;
        <TType extends WithSources<HashLease>>(
            value: AnyNonPromise,
            assert: StringOrAlertFunction<WithSources<HashLease>>,
            config?: TypeCheckConfig,
        ): TType;
    } = ...

    Type declaration