Type Alias ResourcesStatusSuccess

ResourcesStatusSuccess: {
    _type: "Success";
    resourcesStatus: ResourceStatusResponse[];
}

Type declaration