interface URLData

export interface URLData

createdAt : number

customId : string | null

description : string | null

destination : string

disabled : boolean

expired : boolean

expiresAt : number | null

infoPage : string

shorten : string

shortenId : string

userId : string

views : number