use thumbhash instead
This commit is contained in:
parent
972c8930cd
commit
ae74906217
5 changed files with 107 additions and 18 deletions
|
@ -5,6 +5,9 @@ export type StereoFile = {
|
|||
Size: number;
|
||||
CreatedAt: string;
|
||||
Mime: string;
|
||||
Hash?: string;
|
||||
Width?: number;
|
||||
Height?: number;
|
||||
}
|
||||
|
||||
export type StereoUser = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue