[WIKI-181] chore: asset check endpoint added #7140
This commit is contained in:
parent
0f828fd5e0
commit
151fc8389e
7 changed files with 38 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
export type TReadOnlyFileHandler = {
|
||||
checkIfAssetExists: (assetId: string) => Promise<boolean>;
|
||||
getAssetSrc: (path: string) => Promise<string>;
|
||||
restore: (assetSrc: string) => Promise<void>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue