import { Contract } from "@paperbits/common";

export interface ConferenceSessionContract extends Contract {
    sessionNumber: string;
}