Amplify Toolbox
    Preparing search index...

    Type Alias CustomHeader

    type CustomHeader = {
        headers: Record<string, string>;
        source: string;
    }
    Index

    Properties

    Properties

    headers: Record<string, string>
    source: string