Amplify Toolbox
    Preparing search index...

    Type Alias BackendDeployerOutputFormatter

    type BackendDeployerOutputFormatter = {
        normalizeAmpxCommand: (command: string) => string;
    }
    Index

    Properties

    normalizeAmpxCommand: (command: string) => string