Amplify library options type. Used to customize library behavior.

interface LibraryOptions {
    API?: LibraryAPIOptions;
    Auth?: LibraryAuthOptions;
    Storage?: LibraryStorageOptions;
    ssr?: boolean;
}

Properties

Properties

ssr?: boolean