Interface TestParams

interface TestParams {
    userId?: string;
}

Properties

Properties

userId?: string