interface IGetBody {
    data: string[];
    id: string;
}

Properties

Properties

data: string[]
id: string