@typia/website
    Preparing search index...
    interface IApiKey {
        description?: string;
        in?: "query" | "header" | "cookie";
        name?: string;
        type: "apiKey";
    }
    Index

    Properties

    description?: string
    in?: "query" | "header" | "cookie"
    name?: string
    type: "apiKey"