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.
2 parents 3767c80 + 2c2d211 commit 5d9113eCopy full SHA for 5d9113e
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