@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Type Alias SubscriptionError

    Represents a subscription error.

    type SubscriptionError = {
        issues: {
            code: string;
            expected: string;
            message: string;
            path: string[];
        }[];
        name: string;
    }
    Index

    Properties

    Properties

    issues: { code: string; expected: string; message: string; path: string[] }[]
    name: string