Type alias Identity

Identity: {
    name: string;
    uuid: string;
}

Type declaration

  • name: string

    The name of the component

  • uuid: string

    Universally unique identifier of the compenent

Generated using TypeDoc