export interface DbDocCommandAttributes {
    /**
     * The directory where the database documentation is generated.
     */
    outputDirectory: string;
}
