Normalized account representation with consistent property names.

interface Account {
    clouds: Record<string, CloudConfig>;
    name: string;
}

Properties

Properties

clouds: Record<string, CloudConfig>
name: string