Comparing version 0.1.99 to 0.2.0
export declare class CreateRoomRequest { | ||
users: string; | ||
users: number[]; | ||
name?: string; | ||
avatar?: string; | ||
constructor(users: string, name?: string, avatar?: string); | ||
constructor(users: number[], name?: string, avatar?: string); | ||
} |
{ | ||
"name": "tayeh.js", | ||
"version": "0.1.99", | ||
"version": "0.2.0", | ||
"description": "tayeh shop-api client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
196150