We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3767c80 commit 2c2d211Copy full SHA for 2c2d211
build/api/src/index.ts
@@ -94,6 +94,6 @@ interface IImportKeyResponseData {
94
data: IImportKeyResponse[];
95
}
96
interface IImportKeyResponse {
97
- status: Status;
+ status: string;
98
message?: string;
99
0 commit comments