이 콘텐츠는 아직 번역되지 않았습니다.
type ApiKey = string | () => string | Promise<string>;
The type of the API key. Can be a string or a function that returns a string or a promise that resolves to a string.