api: include generated filename in api response

This commit is contained in:
dumbmoron
2024-09-07 12:26:40 +00:00
parent 438fce3c58
commit 08490c54e4
3 changed files with 13 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ export type CobaltErrorResponse = {
type CobaltPartialURLResponse = {
url: string,
filename: string,
}
type CobaltPickerResponse = {
@@ -28,6 +29,7 @@ type CobaltPickerResponse = {
thumb?: string,
}[];
audio?: string,
audioFilename?: string,
};
type CobaltRedirectResponse = {