id: {
type: string;
description: Unique ID for campaign;
}
name: {
type: string;
description: Name for the campaign account, this will most likely be the business name.
}
email: {
type: string;
description: Email associated with campaign account;
}
password: {
type: string;
description: Hashed Password used to login into campaign account;
}
trident: {
type: number;
description: In-Website currency used to pay to run ads on our site.
}
Campaign {
}