UNPKG

profile-pics

Version:

11 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.userDataQuery = void 0; const Person_js_1 = require("../shapes/Person.js"); exports.userDataQuery = Person_js_1.Person.query((person) => { return [ person.profilePicture.cropped.contentUrl, person.profileSetupCompleted, ]; }); //# sourceMappingURL=session.js.map