interface BookEditFormState {
    contributors?: ContributorData[];
}

Properties

Properties

contributors?: ContributorData[]