export interface HasUuid {
    /**
     * Unique identifier for the object.
     * @default undefined
     */
    readonly uuid?: string;
}
