/**
 * Base returnables type
 * @packageDocumentation
 */
export interface Identifiable {
    id: string;
}
