-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Labels
kind: bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
| export type DownloadCreateResponse = unknown; |
Types are unknown for several things:
export type DownloadCreateResponse = unknown;
export type DownloadDeleteResponse = string;
export type DownloadGetResponse = unknown;
export interface DownloadCreateParams {
/**
* Path param: Identifier.
*/
account_id: string;
/**
* Body param:
*/
body: unknown;
}
Please and thanks.
Metadata
Metadata
Assignees
Labels
kind: bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.