interface BaseKey {
    links: {
        organisations: string;
    };
    name: string;
}

Hierarchy (view full)

Properties

Properties

links: {
    organisations: string;
}

Type declaration

  • organisations: string
name: string