UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

12 lines (11 loc) 237 B
export interface IImageSource { registry_type: string; registry: string; repository: string; tag: string; registry_credentials?: string; digest?: string; deploy_on_push?: { enabled?: boolean; }; }