@archastro/sdk
    Preparing search index...

    Variable installedConfigEntrySchemaConst

    installedConfigEntrySchema: ZodObject<
        {
            id: ZodString;
            key: ZodString;
            kind: ZodString;
            lookup_key: ZodOptional<ZodNullable<ZodString>>;
        },
        "strip",
        ZodTypeAny,
        { id: string; key: string; kind: string; lookup_key?: string
        | null },
        { id: string; key: string; kind: string; lookup_key?: string | null },
    > = ...

    Runtime validator for InstalledConfigEntry.