CreateSubConnectionInterfaceTypesRequest: {
    connectionType: string;
    connectionTypeAlias: string;
    stackAllowedAppValue?: boolean;
    subConnectionTypes: CreateSubConnectionInterfaceTypesRequest[];
    suggestionPluginVersionId?: string;
}

Type declaration