6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
export type CollectionPlayerBehavior = {
|
|
uid: string,
|
|
type: string,
|
|
time: number
|
|
[k: string]: any;
|
|
}; |