interface Storage {
    fileName: string;
    id: number;
}

Properties

Properties

fileName: string
id: number