nuxt-app
    Preparing search index...

    Interface NetworkInterface

    interface NetworkInterface {
        id?: string;
        subnetIds: string[];
        vpcId: string;
    }
    Index

    Properties

    Properties

    id?: string
    subnetIds: string[]
    vpcId: string