UNPKG

@lxdhub/interfaces

Version:

Display, search and copy LXD-images using a web interface.

15 lines (14 loc) 261 B
/** * Represents the authentication bundle * for the LXD remote */ export interface ILXDRemoteAuthentication { /** * The certificate for the LXD remote */ cert?: Buffer; /** * The key for the LXD remote */ key?: Buffer; }