Interface UsersStoryCommandInput

interface UsersStoryCommandInput {
    userId: string;
}

Properties

Properties

userId: string