interface UserColumnRequestBody {
    columns?: string[];
}

Properties

Properties

columns?: string[]