export default interface IPackRegistration {
    pack_id: string;
    version: number[];
    priority?: number;
}
