19 lines
316 B
TypeScript
19 lines
316 B
TypeScript
/**
|
|
* Generated by orval v8.3.0 🍺
|
|
* Do not edit manually.
|
|
* Mission Control API
|
|
* OpenAPI spec version: 0.1.0
|
|
*/
|
|
|
|
/**
|
|
* Pack sync summary payload.
|
|
*/
|
|
export interface SkillPackSyncResponse {
|
|
created: number;
|
|
ok?: boolean;
|
|
warnings: string[];
|
|
pack_id: string;
|
|
synced: number;
|
|
updated: number;
|
|
}
|