Sanity Library Reference Docs
    Preparing search index...

    Type Alias CurrentUserAttribute

    CurrentUserAttribute: {
        [T in UserAttributeType]: {
            key: string;
            type: T;
            value: UserAttributeValueByType[T];
        }
    }[UserAttributeType]