Type Alias DataAssemblyResourceLinkParameter

DataAssemblyResourceLinkParameter: {
    allowedResources: {
        allowedTypes: string[];
        source: typeof SAME_SPACE_CONTENT_SOURCE;
        type: "Contentful:Entry";
    }[];
    description?: string;
    linkType: "Contentful:Entry";
    name?: string;
    type: "ResourceLink";
}