default: {
    get: <T extends TSystemGet>(data: T) => Promise<ISystem<T>>;
    update: (data: any[]) => Promise<void>;
} = ...

Type declaration