export interface ISetSlugCommandArgs<TSurface, TMargin> {
    surface?: TSurface;
    slug: TMargin;
}
