You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dick/src/typings/ASS.d.ts

18 lines
337 B

export interface ASSUser {
username: string
password: string
count: number
}
export interface ASSItem {
id: string
deleteId: string
type: Array<string>
thumbnailName: string
originalName: string
fileExtension: string
fileLocation: string
timestamp: number
size: number
owner: string
}