Interface Environment

interface Environment {
    remote: {
        owner: string;
        repository: string;
    };
    token: null | string;
}

Properties

Properties

remote: {
    owner: string;
    repository: string;
}

Type declaration

  • owner: string
  • repository: string
token: null | string