feature: add q dev blueprint #922
Annotations
3 errors
|
lint
Process completed with exit code 2.
|
|
lint
Argument of type '{ name: any; authType: any; accessKeyId: any; secretAccessKey: any; region: any; bucket: any; identityStoreId: any; identityStoreRegion: any; rateLimitPerHour: any; proxy: any; endpoint: string; authMethod: string; ... 6 more ...; organization: string; }' is not assignable to parameter of type 'Pick<IConnectionAPI, "token" | "endpoint" | "authMethod" | "username" | "password" | "appId" | "secretKey" | "proxy" | "dbUrl" | "organization">'.
|
|
lint
Argument of type '{ authType: any; accessKeyId: any; secretAccessKey: any; region: any; bucket: any; identityStoreId: any; identityStoreRegion: any; rateLimitPerHour: any; proxy: any; }' is not assignable to parameter of type 'Partial<Pick<IConnectionAPI, "token" | "endpoint" | "authMethod" | "username" | "password" | "appId" | "secretKey" | "proxy" | "dbUrl" | "organization" | "companyId">>'.
|