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

    Type Alias WithSchema<T>

    WithSchema: T extends EmptyObject ? SchemaFields & T : SchemaFields

    Add the Schema Fields to an object

    Type Parameters