export type AsyncApiStatusType = 'Pending' | 'Running' | 'Succeeded';