interface UpdateStartup {
    environment: {
        [key: string]: any;
    };
}

Properties

Properties

environment: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any

Generated using TypeDoc