interface ResourceIdentifier {
    id: string;
    key: string;
    typeId: string;
}

Properties

Properties

id: string
key: string
typeId: string