Amplify Toolbox
    Preparing search index...

    Type Alias FrameworkType

    FrameworkType:
        | "nextjs"
        | "nitro"
        | "nuxt"
        | "astro"
        | "sveltekit"
        | "spa"
        | "static"
        | string & {}

    Open union type for framework names. Provides autocomplete for built-in frameworks while accepting any string.