interface ReviewCreateOptions {
    files?: string[];
    tags?: string[];
}

Properties

Properties

files?: string[]
tags?: string[]