@seamapi/types - v1.803.0
    Preparing search index...

    Variable customer_portalConst

    customer_portal: ZodObject<
        {
            created_at: ZodString;
            customer_key: ZodString;
            expires_at: ZodString;
            url: ZodString;
            workspace_id: ZodString;
        },
        "strip",
        ZodTypeAny,
        {
            created_at: string;
            customer_key: string;
            expires_at: string;
            url: string;
            workspace_id: string;
        },
        {
            created_at: string;
            customer_key: string;
            expires_at: string;
            url: string;
            workspace_id: string;
        },
    > = ...