export type TokenDto = { /** * The authorization token that can be used to access Arches AI */ token: string; };