interface ResourceRef {
    id?: string;
    url?: string;
}

Properties

Properties

id?: string
url?: string