interface Root {
    data: Data;
    status: string;
}

Properties

Properties

data: Data
status: string