Skip to content

Commit

Permalink
feat(spec): add TussleStorageServiceWithDeleteCapability type which i…
Browse files Browse the repository at this point in the history
…ncludes deleteFile()
  • Loading branch information
Klowner committed May 29, 2024
1 parent 09c4777 commit 5298280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/spec/interface/storage.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,5 @@ export interface TussleStorageService {
params: TussleStorageDeleteFileParams,
): Observable<TussleStorageDeleteFileResponse>;
}

export type TussleStorageServiceWithDeleteCapability = Required<TussleStorageService>;

0 comments on commit 5298280

Please sign in to comment.