export interface World { id: number uuid: string name: string description?: string color?: string }