Type alias NamedApp

NamedApp: {
    name: string;
    owner: string;
}

Type declaration

  • name: string

    The name of the app.

  • owner: string

    The owner of the app.

Generated using TypeDoc