2019-09-22 18:40:03 -04:00

4 lines
65 B
TypeScript

export interface ISequence {
name: string;
seq: number;
}