
export const DOMAIN_ATHLETE:string = "ATHLETE";
export const DOMAIN_SPONSOR:string = "SPONSOR";
export const DOMAIN_TEAM:string = "TEAM";

