interface Navigation {
    forward: string;
    replay: string;
}

Properties

Properties

forward: string
replay: string