interface AuthorUpdateBody {
    first_name?: null | string;
    full_name?: null | string;
    last_name?: null | string;
    orcid?: null | string;
}

Properties

first_name?: null | string
full_name?: null | string
last_name?: null | string
orcid?: null | string