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

    Variable asSchemaConst

    asSchema: {
        <TType extends string>(
            value: AnyNonPromise,
            config?: TypeCheckConfig,
        ): undefined | TType;
        <TType extends string>(
            value: AnyNonPromise,
            assert: StringOrAlertFunction<string>,
            config?: TypeCheckConfig,
        ): TType;
    }

    Type declaration