TypeScript API Request ApiType ApiType ApiType Package: @vendure/core File: get-api-type.ts Which of the GraphQL APIs the current request came via. Signature type ApiType = 'admin' | 'shop' | 'custom'