import { $Label } from './$Label';

export const $Owner = (value: string) => $Label('owner', value);
