Search


Search something to see results
interface Change {
    desc: string;
    key: string;
    local?: string;
    remote?: string;
    [key: string]: string;
}

Hierarchy

  • Record<string, string | undefined>
    • Change

Indexable

  • [key: string]: string

Index

Properties

Properties

desc: string
key: string
local?: string
remote?: string