Type Alias UpdateInputData

UpdateInputData: {
    requestBody: UpdateInput;
    workspace: string;
}

Type declaration