interface ReleaseEvent {
    id?: number;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

id?: number
url?: string