export interface OperationIdentifier {
    index: number;
}
