This commit is contained in:
2025-03-17 20:20:45 +01:00
parent 007b49c624
commit 62665f5660
34 changed files with 121 additions and 255 deletions

View File

@ -1,9 +0,0 @@
export default interface ICoverFormatRequestRecord {
size: Size;
}
export interface Size {
width: number;
height: number;
isEmpty: boolean;
}

View File

@ -0,0 +1,3 @@
export default interface ILunaseaRecord {
id: string;
}

View File

@ -1,3 +0,0 @@
export default interface IlunaseaRecord {
id: string;
}