/** * @example * { * vitalLinkToken: "x-vital-link-token" * } */ export interface LinkGetAllProvidersRequest { vitalLinkToken?: string; }