UNPKG

@rbxts/profile-store

Version:

roblox-ts bindings for loleris's ProfileStore

6 lines (4 loc) 198 B
import { Profile } from "./profile"; export interface VersionQuery<Template extends object, RobloxMetaData extends object = object> { NextAsync(): Profile<Template, RobloxMetaData> | undefined; }