export class StorageHelloNotification {
	
	public constructor(
		public readonly sourceEndpointId: string,
	) {
		// empty
	}
}