UNPKG

@inrupt/solid-client

Version:

Make your web apps work with Solid Pods.

5 lines (4 loc) 232 B
import type { WithAccessibleAcr } from "../acp"; import type { ThingPersisted } from "../.."; /** @hidden */ export declare function setAccessControlResourceThing<T extends WithAccessibleAcr>(resource: T, thing: ThingPersisted): T;