/** * This file was auto-generated by Fern from our API Definition. */ /** * The standard metadata in the response of a list operation. */ export interface ListMetadata { /** When requesting the next page of this list, this is needed as a query parameter. */ pageKey?: string; }