mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-16 00:37:54 +02:00
Naming
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
export default interface ICoverFormatRequestRecord {
|
||||
size: Size;
|
||||
}
|
||||
|
||||
export interface Size {
|
||||
width: number;
|
||||
height: number;
|
||||
isEmpty: boolean;
|
||||
}
|
3
Website/modules/interfaces/records/ILunaseaRecord.ts
Normal file
3
Website/modules/interfaces/records/ILunaseaRecord.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default interface ILunaseaRecord {
|
||||
id: string;
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
export default interface IlunaseaRecord {
|
||||
id: string;
|
||||
}
|
Reference in New Issue
Block a user