UNPKG

237 BTypeScriptView Raw
1export interface UploadRepositoryPhotoResponseRootObject {
2 upload_id: string;
3 xsharing_nonces: UploadRepositoryPhotoResponseXsharing_nonces;
4 status: string;
5}
6export interface UploadRepositoryPhotoResponseXsharing_nonces {
7}