export interface TransitionScreenDetailsAsResponse { /** * The ID of the screen. */ id: string; /** * The name of the screen. */ name?: string; } //# sourceMappingURL=TransitionScreenDetailsAsResponse.d.ts.map