make keys nullable
This commit is contained in:
parent
03dbf7026e
commit
6a70375fa8
@ -12,7 +12,7 @@ export interface DeviceRegisterSchema {
|
|||||||
* @TJS-type integer
|
* @TJS-type integer
|
||||||
*/
|
*/
|
||||||
expirationTime?: number;
|
expirationTime?: number;
|
||||||
keys: {
|
keys?: {
|
||||||
/**
|
/**
|
||||||
* @minLength 1
|
* @minLength 1
|
||||||
* @maxLength 256
|
* @maxLength 256
|
||||||
|
|||||||
Reference in New Issue
Block a user