Skip to content

index.d.ts mismatch #25

@wchtommy20013psa

Description

@wchtommy20013psa
export class MessageBuilder {
      setUrl(url: string): this; 
      setColor(color: number): this;
}

should be

export class MessageBuilder {
      setURL(url: string): this; 
      setColor(color: string | number): this;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions