Sourceableinterface

{
	readonly source: T;
}
PropertyType
.sourceT
The wrapped source object this object delegates to. required readonly

Something that has a source of a specified type.