Interface WallCheckCopyrightLinkParams

interface WallCheckCopyrightLinkParams {
    link: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

link: string

Generated using TypeDoc