/** Contact change task */
export interface Task {
    /** Unique identifier of the Task */
    id: number;
    /** Computed API route to fetch and manage the Task created */
    route: string;
}
//# sourceMappingURL=Task.d.ts.map