interface Assignable {
    fullPath: string;
    id: string;
    name: string;
}

Properties

Properties

fullPath: string
id: string
name: string