Amplify Toolbox
    Preparing search index...

    Type Alias TypesGenerationParameters

    type TypesGenerationParameters = {
        maxDepth?: number;
        multipleSwiftFiles?: boolean;
        target: TypesTarget;
        typenameIntrospection?: boolean;
    }
    Index

    Properties

    maxDepth?: number
    multipleSwiftFiles?: boolean
    target: TypesTarget
    typenameIntrospection?: boolean