Skip to main content

BorrowerContacts

type BorrowerContacts = {
access: boolean;
rights: string[];
};

Properties

access

access: boolean;

rights

rights: string[];