import { VertexFactory } from "./util/vertex.js"; //#region src/core/interfaces/vertices/users.d.ts type UserVertex = VertexFactory<'users', { username: string; color?: string; }>; //#endregion export { UserVertex }; //# sourceMappingURL=users.d.ts.map