/** * @example * { * token: "token" * } */ export interface LinkTokenValidationRequest { token: string; }